home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Main.dxr / 00004_sBtnInstall_IE.ls < prev    next >
Encoding:
Text File  |  2001-02-16  |  435 b   |  19 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("bInstall_IE_hl")
  3.   cursor(280)
  4. end
  5.  
  6. on mouseDown me
  7.   set the member of sprite the currentSpriteNum to member("bInstall_IE_dn")
  8. end
  9.  
  10. on mouseLeave me
  11.   set the member of sprite the currentSpriteNum to member("bInstall_IE")
  12.   cursor(-1)
  13. end
  14.  
  15. on mouseUp me
  16.   set the member of sprite the currentSpriteNum to member("bInstall_IE_hl")
  17.   doInstallBrowser_IE()
  18. end
  19.